home *** CD-ROM | disk | FTP | other *** search
- Plot2D = {
- SUPERCLASS = Plot1D;
- };
- InspectPlot = {
- ACTIONS = {
- newDist:;
- toggleMesh:;
- resetTitle:;
- plotSymbol:;
- toggleFill:;
- titleForm:;
- newTheta_degrees:;
- newPhi_degrees:;
- lineOption:;
- plotSymSize:;
- newGray:;
- newTheta:;
- drawOption:;
- toggleCube:;
- newPhi:;
- toggleWireFrame:;
- newInvDist:;
- };
- OUTLETS = {
- wireFrameSwitch;
- lineOptMatrix;
- titleForm;
- thetaText;
- thetaSlider;
- plotSymSizeNumber;
- popUpButtonLine;
- grayMatrix;
- drawOptMatrix;
- phiText;
- distText;
- phiSlider;
- fillSwitch;
- plotSymbolMatrix;
- distanceSlider;
- meshSwitch;
- popUpButtonSymbol;
- cubeSwitch;
- };
- SUPERCLASS = InspectBase;
- };
- Plot1D = {
- OUTLETS = {
- hcntl;
- bkCache;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- InspectBase = {
- ACTIONS = {
- windowDidUpdate:;
- };
- OUTLETS = {
- selectedPlot;
- hDraw;
- contentBox;
- graphicView;
- graphic;
- theInspector;
- };
- SUPERCLASS = Object;
- };
- GraphicView = {
- ACTIONS = {
- takeTextColorFrom:;
- paste:;
- alignToGrid:;
- selectAll:;
- hideGrid:;
- takeGridValueFrom:;
- changeAspectRatio:;
- group:;
- delete:;
- takeLineJoinFrom:;
- takeFrameValueFrom:;
- takeGridGrayFrom:;
- bringToFront:;
- enableGrid:;
- takeLineArrowFrom:;
- setCurrentGraphic:;
- ungroup:;
- takeGrayValueFrom:;
- changeFont:;
- unlock:;
- takeLineWidthFrom:;
- deselectAll:;
- copy:;
- takeLineCapFrom:;
- sizeToGrid:;
- sendToBack:;
- takeFillColorFrom:;
- takeFillValueFrom:;
- takeLineColorFrom:;
- lock:;
- cut:;
- };
- OUTLETS = {
- slist;
- cacheWindow;
- glist;
- };
- SUPERCLASS = View;
- };
- HGraphicView = {
- ACTIONS = {
- cut:;
- unoverlay:;
- prefPanel:;
- alignYRange:;
- alignYNumBins:;
- alignAll:;
- alignSize:;
- delete:;
- addPage:;
- alignXNumBins:;
- alignXRange:;
- overlay:;
- prefButton:;
- };
- OUTLETS = {
- prefPanel;
- rotateCursor;
- tupleList;
- plotList;
- cutList;
- prefForm;
- };
- SUPERCLASS = GraphicView;
- };
-